DRIVE=S0S1, DIR=Input, SENSE=Disabled, INPUT=Connect, PULL=Disabled
Description collection: Configuration of GPIO pins
DIR | Pin direction. Same physical register as DIR register 0 (Input): Configure pin as an input pin 1 (Output): Configure pin as an output pin |
INPUT | Connect or disconnect input buffer 0 (Connect): Connect input buffer 1 (Disconnect): Disconnect input buffer |
PULL | Pull configuration 0 (Disabled): No pull 1 (Pulldown): Pull down on pin 3 (Pullup): Pull up on pin |
DRIVE | Drive configuration 0 (S0S1): Standard ‘0’, standard ‘1’ 1 (H0S1): High drive ‘0’, standard ‘1’ 2 (S0H1): Standard ‘0’, high drive ‘1’ 3 (H0H1): High drive ‘0’, high ‘drive ‘1’’ 4 (D0S1): Disconnect ‘0’ standard ‘1’ (normally used for wired-or connections) 5 (D0H1): Disconnect ‘0’, high drive ‘1’ (normally used for wired-or connections) 6 (S0D1): Standard ‘0’. disconnect ‘1’ (normally used for wired-and connections) 7 (H0D1): High drive ‘0’, disconnect ‘1’ (normally used for wired-and connections) |
SENSE | Pin sensing mechanism 0 (Disabled): Disabled 2 (High): Sense for high level 3 (Low): Sense for low level |